ApplicationFormQuestionChoice 
EntityType  Independent 
Logical Entity Name  ApplicationFormQuestionChoice 
Default Table Name  AmApplicationQuestionChoices 
Logical Only  NO 
Definition 
 
Note 
 

ApplicationFormQuestionChoice Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
ApplicationFormQuestionChoiceId(PK)    INTEGER  NO 
 
QuestionChoiceText    NVARCHAR(500)  NO 
 
ApplicationFormQuestionId(FK)    INTEGER  NO 
 
IsFreeTextAllowed    BIT  NO 
 
IsFreeTextRequired    BIT  NO 
 
ChoiceResponseDataType    CHAR(10)  YES 
 
ChoiceResponseNumber    INTEGER  NO 
 
LastModifiedUserId(FK)    INTEGER  NO 
 
CreatedDateTime    DATETIME  NO 
 
LastModifiedDateTime    DATETIME  NO 
 
RowVersion    TIMESTAMP/DATE  NO 
 

ApplicationFormQuestionChoice Keys 
Key Name  Key Type  Keys 
PK_AmApplicationQuestionChoices_AmApplicationQuestionChoicesID  PrimaryKey  ApplicationFormQuestionChoiceId 
AmApplicationQuestionChoices_AmApplicationQuestionID_N_N_IDX  Inversion Entry  ApplicationFormQuestionId 
AmApplicationQuestionChoices_UserID_N_N_IDX  Inversion Entry  LastModifiedUserId 

ApplicationFormQuestionChoice Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
ApplicationFormQuestion  Non-Identifying  Zero or One to Zero or More        ApplicationFormQuestionId  NO 
ApplicationFormQuestion  Non-Identifying  One To Zero or More        ApplicationFormQuestionId  NO 
Staff  Non-Identifying  One To Zero or More        LastModifiedUserId  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 
ApplicantApplicationAnswer  Non-Identifying  One To Zero or More          NO 

ApplicationFormQuestionChoice Check Constraints 
Check Constraint Name  CheckConstraint